home *** CD-ROM | disk | FTP | other *** search
- global ImageNum, HPos, VPos
-
- on new me
- puppetSound("Landelyd")
- set ImageNum to 1133
- set HPos to the mouseH
- set VPos to the mouseV
- set the locH of sprite 90 to HPos
- set the locV of sprite 90 to VPos
- set the visible of sprite 90 to 1
- set the locH of sprite 99 to 780
- set the visible of sprite 99 to 1
- end
-
- on exitFrame
- set ImageNum to ImageNum + 1
- if ImageNum > 1148 then
- go(#next)
- end if
- set the locH of sprite 90 to HPos
- set the locV of sprite 90 to VPos - ((64 - ((ImageNum - 1140) * (ImageNum - 1140))) * 3)
- set the memberNum of sprite 90 to ImageNum
- updateStage()
- go(the frame)
- end
-